type crypto/internal/edwards25519.projCached
20 uses
crypto/internal/edwards25519 (current package)
edwards25519.go#L48: type projCached struct {
edwards25519.go#L88: func (v *projCached) Zero() *projCached {
edwards25519.go#L233: func (v *projCached) FromP3(p *Point) *projCached {
edwards25519.go#L259: qCached := new(projCached).FromP3(q)
edwards25519.go#L267: qCached := new(projCached).FromP3(q)
edwards25519.go#L272: func (v *projP1xP1) Add(p *Point, q *projCached) *projP1xP1 {
edwards25519.go#L292: func (v *projP1xP1) Sub(p *Point, q *projCached) *projP1xP1 {
edwards25519.go#L398: func (v *projCached) Select(a, b *projCached, cond int) *projCached {
edwards25519.go#L415: func (v *projCached) CondNeg(cond int) *projCached {
scalarmult.go#L101: multiple := &projCached{}
scalarmult.go#L176: multA := &projCached{}
tables.go#L13: points [8]projCached
tables.go#L23: points [8]projCached
tables.go#L90: func (v *projLookupTable) SelectInto(dest *projCached, x int8) {
tables.go#L122: func (v *nafLookupTable5) SelectInto(dest *projCached, x int8) {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |